Blazor | ComponentOne
C1.Blazor.ListView Assembly / C1.Blazor.ListView Namespace / C1ListView<T> Class / AlternatingItemTextColor Property

In This Topic
    AlternatingItemTextColor Property
    In This Topic
    Gets or sets the C1.Blazor.Core.C1Color of the odd items.
    Syntax
    'Declaration
     
    
    Public Property AlternatingItemTextColor As C1Color
    public C1Color AlternatingItemTextColor {get; set;}
    See Also